InitUtil
InitUtil Copy Parameter RAM to low-memory variables
#include <OSUtils.h> Operating System Utilities
returns Error Code; 0=no error
InitUtil reads the non-volatile RAM (Parameter RAM) and copies it to the
data area starting at SysParam (at 0x01F8). It also stores the "raw" seconds
into the variable Time (at 0x020C).
Returns: an OSErr; an integer Error Code. It will be one of:
noErr (0) No error
prInitErr (-88) Validity status was not 0xA8

Notes: This function is called at system startup and will normally not be used by
application programs.
See SysParmType for the layout of the area to which the Parameter RAM is
copied.